treeview: default to width_changed = TRUE
authorTimm Bäder <mail@baedert.org>
Sat, 20 May 2017 12:18:11 +0000 (14:18 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:13 +0000 (21:27 -0400)
commit2ac8ebe9f78fd4e1e057337c2f9d491f5aab0c74
treedc0d86ba122e948c55a1f338150028caf825d070
parent70a58fd83a2b27e432030724563b2b38fbfadcaa
treeview: default to width_changed = TRUE

Checking the given GtkAllocation against the current allocation insize
::size-allocate doesn't really work anymore. They are only different if
the content allocation (the one passed) and the widget allocation (the
current one) are different, so e.g. when the widget has padding >0
applied.
gtk/gtktreeview.c